func go/types.nextID

2 uses

	go/types (current package)
		typeparam.go#L18: func nextID() uint64 { return uint64(atomic.AddUint32(&lastID, 1)) }
		typeparam.go#L42: 	id := nextID()